Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents a command and its associated parameters for scanner settings.
Link copied to clipboard
A class representing the response of a command sent to a device.
Link copied to clipboard
Link copied to clipboard
class ScannerCommand(val code: String, val parameters: List<String> = emptyList(), val sendFeedback: Boolean = true, val ledFeedback: Boolean? = null, val buzzerFeedback: Boolean? = null, val vibrationFeedback: Boolean? = null) : BaseCommand
Class representing a specific scanner command, inheriting from BaseCommand.